@@ -8,7 +8,7 @@ from mch.models import ConsumeInfoSubmitLogInfo  | 
            ||
| 8 | 8 | 
                 | 
            
| 9 | 9 | 
                 | 
            
| 10 | 10 | 
                class UserInfoAdmin(ChangeOnlyModelAdmin, admin.ModelAdmin):  | 
            
| 11 | 
                -    list_display = ('user_id', 'username', 'openid', 'unionid', 'name', 'sex', 'nickname', 'phone', 'location', 'balance', 'user_status', 'test_user', 'status', 'created_at', 'updated_at')
               | 
            |
| 11 | 
                +    list_display = ('user_id', 'username', 'unionid', 'openid', 'openid_miniapp', 'name', 'sex', 'nickname', 'phone', 'location', 'balance', 'user_status', 'test_user', 'status', 'created_at', 'updated_at')
               | 
            |
| 12 | 12 | 
                     list_filter = ('test_user', 'sex', 'user_status', 'status')
               | 
            
| 13 | 13 | 
                     readonly_fields = ('user_id', )
               | 
            
| 14 | 14 | 
                     search_fields = ('user_id', 'name', 'phone', 'location')
               | 
            
                @@ -12,7 +12,7 @@ django-detect==1.0.5  | 
            ||
| 12 | 12 | 
                django-file-md5==1.0.2  | 
            
| 13 | 13 | 
                django-file-upload==1.0.5  | 
            
| 14 | 14 | 
                django-ip==1.0.2  | 
            
| 15 | 
                -django-json-render==1.0.0  | 
            |
| 15 | 
                +django-json-render==1.0.1  | 
            |
| 16 | 16 | 
                django-json-response==1.1.5  | 
            
| 17 | 17 | 
                django-logit==1.1.2  | 
            
| 18 | 18 | 
                django-mobi==0.1.7  |